Search: in
Hibernate
Hibernate in Encyclopedia Encyclopedia
  Tutorials     Encyclopedia     Videos     Books     Software     DVDs  
       
Encyclopedia results for Hibernate

Hibernate





Encyclopedia results for Hibernate

  1. Hibernate (Java)

    Infobox software logo Image Hibernate.png name Hibernate developer Red Hat status Active latest release ... website url http www.hibernate.org Hibernate is an object relational mapping ORM library for the Java ... oriented programming object oriented domain model to a traditional relational database . Hibernate ... persistence related database accesses with high level object handling functions. Hibernate is free software that is distributed under the GNU Lesser General Public License . Hibernate s primary feature is mapping from Java classes to database tables and from Java data types to SQL data types . Hibernate also provides data query and retrieval facilities. Hibernate generates the SQL calls and attempts ... Java annotation Java Annotations . When using an XML file, Hibernate can Program synthesis generate skeletal source code for the persistence classes. This is unnecessary when annotations are used. Hibernate .... In addition to managing associations between objects, Hibernate can also manage Reflexive relation ... data type type . Hibernate supports the mapping of custom value types. This makes the following scenarios possible Overriding the default SQL type that Hibernate chooses when mapping a column to a property ... property to multiple columns. Mapping one to one or one to many entities. Persistence Hibernate .... Generics in Java Java generics , introduced in Java 5, are supported. Hibernate can be configured to lazy load associated collections. Lazy loading is the default as of Hibernate 3. Related objects ... objects. Hibernate Query Language HQL Hibernate provides an SQL inspired language called Hibernate Query Language HQL which allows SQL like queries to be written against Hibernate s data objects .... Integration Hibernate can be used both in Stand alone standalone Java programming language Java ... Systems Adobe integrated Hibernate into version 9 of ColdFusion which runs on J2EE app servers with an abstraction layer of new functions and syntax added into CFML . Entities and components In Hibernate ...   more details



  1. Polymorphic association

    Polymorphic association is a term used in discussions of Object Relational Mapping with respect to the problem of representing in the relational database domain, a relationship from one Class computer science class to multiple classes. In statically typed languages such as Java programming language Java these multiple classes are subclasses of the same Superclass database theory superclass . In languages with Duck Typing , such as Ruby programming language Ruby , this is not necessarily the case. See also Polymorphism in object oriented programming Hibernate Java References Java Persistence with HIBERNATE , Chapter 5, Bauer, Christian & Gavin, King, Manning, copyright 2007, ISBN 1 932394 8 5 External links http www.hibernate.org Hibernate Home Page Category Data mapping Category Object oriented programming Category Relational model ...   more details



  1. Bean Validation

    Java Bean Validation JSR 303 is a Framework computer science framework that has been approved by the Java Community Process JCP as of 16 November 2009 and is accepted as part of the Java EE 6 specification. Bean Validation defines a metadata model and API for JavaBean validation. The metadata source is Java annotation annotations , with the ability to override and extend the meta data through the use of XML validation descriptors. The Hibernate Java Hibernate team provides with Hibernate Validator the reference implementation of Bean Validation and also created the Bean Validation Technology Compatibility Kit TCK any implementation of JSR 303 needs to pass. Further reading http www.infoq.com articles emmanuel bernard interview Interview with Spec Lead Emmanuel Bernard http jcp.org en jsr detail?id 303 JSR 303 Page http www.hibernate.org subprojects validator.html Hibernate Validator http docs.jboss.org hibernate stable beanvalidation tck reference html single Bean Validation TCK documentation http community.jboss.org wiki BeanValidationTCK How to run the Bean Validation TCK programming software stub Category Java platform Category Java specification requests ...   more details



  1. Java Persistence Query Language

    source Hibernate Query Language JPQL is based on the Hibernate Java Hibernate Query Language HQL Hibernate Query Language HQL , an earlier non standard query language included in the Hibernate Java Hibernate object relational mapping library. Hibernate and the HQL were created before the JPA specification. As of Hibernate 3 JPQL is a subset of HQL. See also Object relational mapping Hibernate ... and JPQL a chapter of the ObjectDB Manual http torpedoquery.org Type safe Hibernate HQL query ...   more details



  1. Java Persistence API

    frameworks were incorporated into the Java Persistence API, and as of 2006 projects like Hibernate Java Hibernate version 3.2 and TopLink Open Source Version TopLink Essentials have become implementations ... docs.jboss.org hibernate entitymanager 3.5 reference en html single architecture javase Hibernate EntityManager Java SE environments br http docs.jboss.org hibernate entitymanager 3.5 reference en html single d0e980 Hibernate EntityManager Obtaining an EntityManager in a Java SE environment ref Future ... persistence, with many of the key areas taken from object relational mapping tools such as Hibernate Java Hibernate and TopLink . Java Persistence API improved on and replaced EJB 2.0, evidenced by its ... API is managed via OASIS organization OASIS . Hibernate Hibernate Java Hibernate provides an open ... with Hibernate url http www.hibernate.org 397.html publisher JBoss accessdate 2008 11 17 quote Hibernate implements the Java Persistence object relational mapping and persistence management interfaces ref Gavin King Developer Gavin King founded ref cite web title Manning Java Persistence with Hibernate url publisher Manning accessdate 2008 11 17 quote Gavin King the founder of the Hibernate project ref Hibernate. He represented JBoss company JBoss on JSR220, ref cite web title JBoss.com ... surrounding the relationship between JPA and Hibernate. Sun Microsystems has stated ref cite web title ... technologies such as Hibernate, TopLink, and JDO archiveurl http web.archive.org web 20080822023926 ... came from several frameworks, including Hibernate and Java Data Objects JDO . JPA 2.0 Development ... JPOX EclipseLink formerly TopLink Oracle TopLink Hibernate Java JBoss Hibernate ObjectDB OpenJPA ... persistence package summary.html Java EE 6 Persistence API Javadoc http docs.jboss.org hibernate entitymanager 3.5 reference en html single Hibernate EntityManager User guide http docs.jboss.org hibernate stable entitymanager api org hibernate ejb package summary.html Hibernate Javadoc org.hibernate.ejb ...   more details



  1. Sash (disambiguation)

    Wiktionary sash Sash can refer to Sash fabric belt Sash window , the framing that holds panes of glass in a glazed window or door Sash German DJ producer team Stand alone shell a Unix like operating system shell, which includes many built in, statically linked, system commands. The command for the stand alone shell is sash Sash, Texas , a small community in Fannin County, Texas Fannin County The Sash Song Acronyms Spring Axis Struts and Hibernate SASH A combination stack of open source Java components identified by their initials Struts, Apache Axis, Spring Framework, and Hibernate Society for the Advancement of Sexual Health SASH foundation dedicated to helping those who suffer from sexual addiction. Formerly the National Council on Sexual Addiction & Compulsivity Single family Affordable Solar Homes , California, USA, program disambig fr charpe ja ...   more details



  1. AutoFetch

    mapping Hibernate Java Hibernate Ebean External links http www.cs.utexas.edu aibrahim autofetch ...   more details



  1. Swsusp

    lowercase swsusp swsusp Software Suspend is a suspend to disk implementation in the 2.6 series Linux kernel . It is the Linux equivalent of Microsoft Windows Windows Hibernate OS feature hibernate functionality. TuxOnIce replaces swsusp. To enable swsusp, the following should be selected during kernel configuration pre nowiki Power management options Power management support CONFIG PM Power management options Software Suspend CONFIG SOFTWARE SUSPEND Power management options dev resume partition Default resume partition CONFIG PM STD PARTITION nowiki pre The dev resume partition needs to be replaced by the actual Virtual memory swap partition that is to be used for suspending. Otherwise resume dev resume partition can be given as a parameter during system bootup. The actual suspend is done by pre nowiki echo shutdown sys power disk echo disk sys power state nowiki pre swsusp lacks compression and graphical progress indication which can be provided thru Uswsusp . See also TuxOnIce , the descendant of swsusp http suspend.sf.net muswsusp userspace software for suspending to ram and or disk Category Linux kernel features linux stub ...   more details



  1. Uswsusp

    Infobox Software logo screenshot caption developer released initial release 2006 04 21 latest release version 1.0 latest release date release date 2011 03 07 latest preview version latest preview date programming language C programming language C operating system Linux language English genre license GNU General Public License website http suspend.sourceforge.net suspend.sourceforge.net uswsusp userspace swsusp software suspend is a suspend to ram and suspend to disk implementation for the Linux operating system, compatible with kernels 2.6.17 and onwards. It supports both s2ram ACPI standby and s2disk Hibernate OS feature hibernate , as well as a mode called s2both , which saves state to disk and RAM. S2both is intended for use in low battery situations where restoring from ram is desired but can t be relied on as the battery may fail causing a restore from disk to be necessary. Uswsusp supports image checksumming, compression, encryption as well as integration with Splashy . External links http suspend.sourceforge.net Official Site https launchpad.net suspend Launchpad page linux stub Category Linux ...   more details



  1. Coleophora tsherkesi

    italic title Taxobox name Coleophora tsherkesi image image width 200px image caption regnum Animal ia phylum Arthropod a classis Insect a ordo Lepidoptera familia Coleophoridae genus Coleophora species C. tsherkesi binomial Coleophora tsherkesi binomial authority Falkovitsh, 1970 synonyms Coleophora tsherkesi is a moth of the Coleophoridae family. It is found in Turkestan and Uzbekistan . Adults have longitudinal grayish striae. They are on wing from the end of May to the beginning of June. The larvae feed on the fruit of Arbuscula richteri . They create a silky case, consisting of five to six cylindrical belts, readily discernible only in incomplete and not fully covered cases. The valve is three sided and constructed after discarding fruits at the caudal end of the case. To hibernate, the larva moves into the sand where it constructs a conical operculum to cover the oral opening of the case that is covered with sand. The length of the case is 4.5 5.5 mm and the color is dark brown. Larvae can be found from September to October. Fully fed larvae hibernate. ref http www.archive.org stream lepidopterousfau00dani lepidopterousfau00dani djvu.txt Lepidopterous fauna of the USSR and adjacent countries ref References reflist commons wikispecies Category Coleophora Coleophoridae stub ...   more details



  1. NHibernate

    About the .NET and Mono library Hibernate advert date March 2012 Infobox software logo name NHibernate latest release version 3.2.0 latest release date release date 2011 07 30 latest preview version latest preview date operating system Cross platform platform Microsoft .NET .NET 1.1 or 2.0 or 3.5 or 4.0 and Mono software Mono programming language C Sharp programming language C genre Object relational mapping license GNU Lesser General Public License website url http nhforge.org Portal Free software NHibernate is an object relational mapping ORM solution for the .NET Framework Microsoft .NET platform it provides a Software framework framework for mapping an Object oriented programming object oriented domain model to a traditional relational database . Its purpose is to relieve the developer from a significant portion of relational data Persistence computer science persistence related programming tasks. NHibernate is free software free as open source software that is distributed under the GNU Lesser General Public License . NHibernate is a port of the popular Java programming language Java O R mapper Hibernate Java Hibernate to .NET. Feature summary NHibernate s primary feature is mapping from .NET classes to database tables and from Common Language Runtime CLR data types to SQL data types . NHibernate also provides data query and retrieval facilities. NHibernate generates the SQL ... 2654 4FA5 A5FE C0BB5F25092F 40jboss.com&forum name hibernate devel Hibernate& 93 NHibernate joins Hibernate at JBoss Inc Bot generated title ref At the end of 2006 JBoss stopped the support to this project ... of Hibernate 2.1, as well as a number of features from Hibernate 3. NHibernate 1.2.1, released in November 2007 , introduced many more features from Hibernate 3 and support for .NET 2.0, stored procedure ... to Hibernate 3.2 in terms of features. With the version 2.0 release, NHibernate dropped support for .NET ... s HQL Hibernate Query Language engine, support for lazy loading columns. NHibernate 3.2 ...   more details



  1. Persistence framework

    A persistence framework is middleware that assists and automates the storage of program data into database s, especially relational database s. It acts as a layer of abstraction between the application and the database, typically bridging any conceptual differences between the two. Many persistence frameworks are also object relational mapping ORM tools e.g. Hibernate , iBATIS SQL Maps, and Java Ultra Lite Persistence . Such frameworks map the objects in the application domain to data that needs to be persisted in a database. The mappings can be defined using either XML files or metadata annotations. DEFAULTSORT Persistence Framework Category Persistence frameworks software stub More Information http www.roseindia.net enterprise persistenceframework.shtml ...   more details



  1. Java Object Oriented Querying

    See also http www.jooq.org jOOQ Home Hibernate Java Hibernate iBATIS Ebean http www.querydsl.com ...   more details



  1. OpenReports

    Multiple issues wikify January 2011 orphan January 2011 notability December 2010 refimprove December 2010 date January 2011 OpenReports is a flexible open source web reporting solution that allows users to generate dynamic reports in a Web browser browser . OpenReports uses JasperReports , a full featured open source reporting engine, and was developed using open source components including WebWork , Velocity, Quartz, and Hibernate. OpenReports supports a wide range of reporting requirements through three levels of Report generator report generation ref http lxer.com module newswire view 47133 LXer Linux News ref References Reflist Category Reporting software ...   more details



  1. EasyBeans

    Infobox Software name EasyBeans logo Image Logo easybeans.png screenshot caption developer OW2 Consortium status Active latest release version 1.1.0 latest release date release date 2009 09 10 latest preview version latest preview date operating system Cross platform programming language Java programming language Java genre Enterprise JavaBean license GNU Lesser General Public License website http www.easybeans.net EasyBeans is an open source Enterprise JavaBean s EJB container hosted by the OW2 Consortium . The License used by EasyBeans is the LGPL . EasyBeans is the Enterprise JavaBean EJB 3.0.2C final release .282006 05 02.29 EJB 3.0 container of the JOnAS JOnAS application server . EasyBeans is integrated in the JOnAS JOnAS application server Java EE 5 certified application server. EasyBeans main goal is to ease the development of Enterprise JavaBean s. It uses some new architecture design like the bytecode injection with ASM ObjectWeb tool , Inversion of Control IoC , Plain Old Java Object POJO and can be embedded in OSGi bundles or other frameworks Spring Framework Java Spring , Eclipse software Eclipse plugins, etc. . It aims to provide an Enterprise JavaBean EJB 3.0.2C final release .282006 05 02.29 EJB 3.0 container as specified in the Java EE Java Platform Enterprise Edition Java EE in its fifth version. It means that EJB Types Session bean s Stateless or Stateful , EJB Types Message Driven Bean s MDB are available on EasyBeans. See also JOnAS JOnAS application server Hibernate Java Hibernate OpenEJB External links http www.easybeans.org The EasyBeans developer site http www.easybeans.net The EasyBeans site http www.jcp.org en jsr detail?id 220 JSR 220 EJB 3.0 http www.jcp.org en jsr detail?id 181 JSR 181 Web Services Metadata for the Java Platform Java Persistence API programming software stub Category OW2 Consortium Category Java enterprise platform fr EasyBeans ja EasyBeans ...   more details



  1. 'F' Debut

    unsourced date October 2010 Infobox Album See Wikipedia WikiProject Albums Name F Debut Type studio Artist Fiona Sit Cover Released April 8, 2004 Recorded Genre Cantopop Length Label Producer Warner Music Group Warner Music Hong Kong Reviews Last album This album F Debut Next album 886 single 886 F Debut is the 1st album by Fiona Sit , and was released on April 8, 2004. It became a best seller in Hong Kong , being certified Gold album gold for sales in excess of 25,000 copies. The album contained the hit ballad XBF short for ex boyfriend and another hit Keanu Reeves Reply . The tracks on the album are XBF   4 12 Madonna s kiss   2 56 Keanu Reeves Reply   4 02 God is Male   3 13 Out   3 37 Smart   3 36 The Ugly Duckling   4 13 Hibernate   4 09 Cinemamania   4 23 XBF Soft Mix   4 03 Vie Ya Hibernate English Version   4 08 DEFAULTSORT F Debut HongKong album stub Category Albums by Hong Kong artists Category 2004 debut albums ...   more details



  1. EJB QL

    Notability date March 2009 Refimprove date March 2009 EJB QL or EJB QL is a portable database query language for Enterprise Java Beans . It was used in Java EE applications. Compared to SQL, however, it is less complex but less powerful as well ref See the Introduction p. 4 of expert one on one J2EE Design and Development , c 2002 wrox press. ref . History The language has been inspired, especially EJB3 QL, by the native Hibernate Query Language HQL ref http docs.jboss.org hibernate stable entitymanager reference en html queryhql.html Chapter 7. EJB QL The Object Query Language ref . In EJB3 It has been mostly replaced by the Java Persistence Query Language . Differences EJB QL is a database query language similar to SQL. The used queries are somewhat different from relational SQL, as it uses a so called abstract schema of the enterprise beans instead of the relational model. In other words, EJB QL queries do not use tables and their components, but enterprise beans, their persistent state, and their relationships. The result of an SQL query is a set of rows with a fixed number of columns. The result of an EJB QL query is either a single object, a collection of entity objects of a given type, or a collection of values retrieved from CMP fields. One has to understand the data model of enterprise beans in order to write effective queries ref cite web url http java.sun.com developer EJTechTips 2003 tt0929.html archiveurl http web.archive.org web 20080513195535 http java.sun.com developer EJTechTips 2003 tt0929.html archivedate 2008 05 13 title ADVANCED EJB QL SQL vs. EJB QL Relational and Object Query Languages ref . See also HQL SQL References Reflist DEFAULTSORT Ejb Ql Category Information science Category Query languages database stub Interwikis de EJB QL simple EJB QL tr EJB QL ...   more details



  1. Fanurio

    Infobox Software name Fanurio screenshot caption Fanurio banner developer Fanurio Time Tracking http www.fanuriotimetracking.com about.html operating system Mac OS X , Microsoft Windows Windows , Linux license Shareware genre Time tracking software website http www.fanuriotimetracking.com Fanurio is a time tracking and billing software application ref cite web author Meryl K Evans title Fanurio 2.0 Intuitive Time Tracking and Billing App url http webworkerdaily.com 2009 03 13 fanurio 20 intuitive time tracking and billing app 1 publisher WebWorkerDaily date March 13, 2009 accessdate July 15, 2010 ref ref cite web title Fanurio Time Tracking and Billing Made Simple An FCMA Review url http www.fcmalliance.com blog ?p 731 publisher Freelance Creative Media Alliance date February 5, 2010 accessdate July 15, 2010 ref developed by Fanurio Time Tracking, a company founded in 2006. It is developed in the Java programming language and it is mostly used by freelancers ref cite web author Ben Gribbin title Fanurio Time Tracking url http applereviews.com fanurio time tracking publisher Apple Reviews date November 18, 2009 accessdate July 15, 2010 ref ref cite web author Masoud Kalali title Fanurio A management solution for freelancers url http kalali.me fanurio a management solution for freelancers ?q blog kalali archive 2009 10 11 fanurio management solution freelancers publisher Masoud Kalali s Blog date October 11, 2009 accessdate July 15, 2010 ref . The application is a 2 in 1 product allowing both time tracking and billing. Features Time tracking Billing Invoices Reports Address Book application Address Book integration Integration The applications is running on Java software platform Java 1.4 or higher using Hibernate Java Hibernate object relational mapping with HSQLDB . References Reflist External links http www.fanuriotimetracking.com Fanurio web site See also Time tracking software Comparison of time tracking software Category Time tracking software ...   more details



  1. Hazelcast

    Infobox software name Hazelcast logo screenshot caption collapsible developer Hazelcast Team status Active latest release version 2.0 latest release date release date 2012 03 02 latest preview version latest preview date operating system Cross platform size programming language Java programming language Java genre In memory data grid license Apache License 2.0 website http www.hazelcast.com Hazelcast is an open source clustering and data distribution solution for Java programming language Java . Hazelcast architecture is Peer to peer peer to peer . It supports dynamic discovery using multicast or TCP IP . After discovery, node communication is only TCP IP using New I O Java NIO . Hazelcast Features Distributed Java data structures Queue, Set, List, Map, Lock, Topic Distributed Executor Service Distributed Multimap Support for transactions J2ee J2EE container integration via Java EE Connector Architecture JCA Hibernate Java Hibernate 2nd level cache Index and Query support Dynamic clustering, scaling and partitioning Wide area network WAN Wide Area Network Replication Decentralized. Each node in the cluster has the same role. Data is distributed across the cluster so each node contains different data . Getting Started Following is the sample usage of distributed hash map using Hazelcast. source lang java import java.util.Map import java.util.Collection import com.hazelcast.core.Hazelcast Map String, Person mapPeople Hazelcast.getMap people mapPeople.put 1 , new Person Jack mapPeople.put 2 , new Person Avi Collection Person colPeople mapPeople.values for People person colPeople print person source See also Portal Free software Redis Ehcache Memcached MemcacheDB Membase External links http www.hazelcast.com docs 2.0 manual single html Hazelcast documentation http www.slideshare.net oztalip hazelcast Hazelcast intro slideshow Category Distributed computing architecture Category Structured storage Category NoSQL Category Java programming language ...   more details



  1. Cold-blooded

    wiktionary cold blooded Cold blooded is a generic term used to refer to a complex suite of characters that determine an animal s thermophysiology . These characters include ectotherm y, controlling body temperature through external means, such as by basking in the sun poikilotherm y, the ability of an organism to function over a wide internal temperature range bradymetabolism , the ability to greatly alter metabolic rate in response to need for example, animals that hibernate Popular culture Cold Blooded song Cold Blooded song , the title track from Rick James s 1983 album Cold Blooded Rick James album Coldblooded album Coldblooded album , a 1974 funk album by The Bar Kays Coldblooded film Coldblooded film , a 1995 comedy thriller about hitmen The term cold blood is also used in Glossary of equestrian terms C equestrianism , with a distinct meaning See also Cold blood disambiguation Endotherm disambiguation In Cold Blood disambiguation Thermoregulation Warm blooded disambiguation sa vi ng v t m u l nh ...   more details



  1. Power management

    . This allows the system to be completely powered off while in hibernate mode. This requires a file ... not in hibernate mode. Hibernate mode is enabled by default in some versions of Microsoft Windows ... APM Advanced Configuration and Power Interface ACPI Hibernation computing Hibernate Sleep ...   more details



  1. AppFuse

    Infobox Software name AppFuse logo Image AppFuseLogo.gif 200 px AppFuse logo screenshot caption collapsible developer http raibledesigns.com Matt Raible and several other developers latest release version 2.1 latest release date release date 2011 04 04 latest preview version latest preview date operating system Cross platform programming language Java programming language Java genre web application framework license Apache License 2.0 website http appfuse.org AppFuse is an open source Java EE web application framework . It is designed for quick and easy start up of development, while also using open source Java technologies such as Spring Framework , Hibernate Java Hibernate and Jakarta Struts Struts . AppFuse was originally created by Matt Raible, who wanted to eliminate the ramp up time in building new web applications. AppFuse provides a project skeleton, similar to the one that s created by an Integrated Development Environment IDE when one clicks through a new web project wizard. AppFuse 1.x uses Ant to create the project, as well as build test deploy it, whereas AppFuse 2.x uses Maven 2 for these tasks. IDE support was improved in 2.0 by leveraging Maven plugins to generate IDE project files. AppFuse 1.x uses XDoclet and JDK 1.4 . Does AppFuse 2.x, then, use JDK 1.5? Unlike other new project wizards, the AppFuse wizard creates a number of additional classes and files that implement features, but also serve as examples for the developer. The project is pre configured to talk to a database, to deploy in an appserver, and to allow logging in. When AppFuse was first developed, it only supported Struts and Hibernate. In version 2.x, it supports Hibernate, iBATIS or JPA as persistence frameworks. For implementing the MVC model, AppFuse is compatible with JavaServer Faces JSF , Spring MVC, Struts 2 or Tapestry programming Tapestry . Features integrated into AppFuse includes the following Authentication and Authorization User Management Remember Me saving your login i ...   more details



  1. Slimweb

    Orphan date February 2009 SlimWeb is an open source lightweight framework for developing web application s in Java programming language Java . Design goals and overview SlimWeb can aid you in building the controller components in your Model view controller MVC based web application. In this respect you can think of it as a replacement for Apache Struts but without all the XML configuration. SlimWeb relies on convention and Java 5 annotations to infer all configuration information it needs, which makes it closer to Ruby on Rails and Turbogears CherryPy than to Apache Struts . SlimWeb doesn t have its own presentation layer you can use JavaServer Pages for that or model commonly Hibernate Plain Old Java Object POJO s, although you can use any model that suits your needs . See also Model view controller Java Platform, Enterprise Edition Java EE External links http www.slimweb.net SlimWeb s home page Category Web application frameworks ...   more details



  1. Hibernaculum (zoology)

    Otheruses Hibernaculum disambiguation File Pinn talus cave bear gulch e18.jpg thumb A potential clarify date October 2011 hibernaculum File Bug Hotel Spiers.JPG thumb left An artificial hibernaculum or Bug Hotel . Hibernaculum plural form hibernacula Latin, tent for winter quarters is a word used in zoology to refer to a place of abode in which a creature seeks refuge, such as a bear using a cave to overwinter . ref http www.wildaboutgardening.org en dig dwell den section2 index.htm l7 toad winter residence ref ref http lllreptile.com info library care and husbandry articles reptilian brumation Reptilian Brumation ref Insect s may hibernation hibernate to survive the winter. The word can be used to describe a variety of shelters used by various kinds of animals, for instance, bat s, marmot s and snake s. See also Insect hotel Dead hedge Notes reflist Dormancy Category Latin biological phrases Hibernaculum biology stub cs Zimovi t de Hibernarium fr Hibernaculum pl Hibernakulum ...   more details



  1. Borenore Caves

    Borenore Caves are located in the Borenore Karst Conservation Reserve, convert 17 km mi west of Orange, New South Wales Orange , New South Wales , Australia , on the Escort Way which is on the route from Orange to Forbes . Access is self guided and suitable for casual visitors. Entry to the reserve is free. There are over 40 caves, including Arch Cave Tunnel Cave Verandah Cave The Tunnel Cave is closed from May to October each year so that a colony of Common Bent Wing Bats, which hibernate there, are left undisturbed. External links http www.environment.nsw.gov.au NationalParks parkHome.aspx?id N0353 Borenore Karst Conservation Reserve NSW Department of Environment and Climate Change http www.aussieheritage.com.au listings nsw Borenore BorenoreCavesReserveandAdjacentAreas 3034 Borenore Caves Reserve and Adjacent Areas Aussie Heritage http www.dingogap.net.au navigation tracknotes borenoretunnelcave.html Tunnel Cave coord 33.249 148.935 type landmark region AU display title Category Caves of Australia Category Limestone caves Category Protected areas of New South Wales NewSouthWales geo stub ...   more details




Articles 1 - 25 of 682          Next


Search   in  
Search for Hibernate in Tutorials
Search for Hibernate in Encyclopedia
Search for Hibernate in Videos
Search for Hibernate in Books
Search for Hibernate in Software
Search for Hibernate in DVDs
Search for Hibernate in Store


Advertisement




Hibernate in Encyclopedia
Hibernate top Hibernate

Home - Add TutorGig to Your Site - Disclaimer

©2011-2013 TutorGig.info All Rights Reserved. Privacy Statement