程序包的使用
org.hibernate.persister.spi
-
使用org.hibernate.persister.spi的程序包 程序包 说明 org.hibernate.persister.collection This package abstracts the persistence mechanism for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.org.hibernate.persister.internal org.hibernate.persister.spi org.hibernate.persister.walking.spi org.hibernate.tuple.component org.hibernate.tuple.entity -
org.hibernate.persister.collection使用的org.hibernate.persister.spi中的类 类 说明 PersisterCreationContext "Parameter object" providing access to additional information that may be needed in the creation of the persisters. -
org.hibernate.persister.entity使用的org.hibernate.persister.spi中的类 类 说明 PersisterCreationContext "Parameter object" providing access to additional information that may be needed in the creation of the persisters. -
org.hibernate.persister.internal使用的org.hibernate.persister.spi中的类 类 说明 PersisterClassResolver Given an entity or collection mapping, resolve the appropriate persister class to use.PersisterCreationContext "Parameter object" providing access to additional information that may be needed in the creation of the persisters.PersisterFactory Contract for creating persister instances (bothEntityPersisterandCollectionPersistervarieties). -
org.hibernate.persister.spi使用的org.hibernate.persister.spi中的类 类 说明 PersisterCreationContext "Parameter object" providing access to additional information that may be needed in the creation of the persisters. -
org.hibernate.persister.walking.spi使用的org.hibernate.persister.spi中的类 类 说明 HydratedCompoundValueHandler Where to begin... :) This gets to the internal concept of 2-phase loading of entity data and how specifically it is done. -
org.hibernate.tuple.component使用的org.hibernate.persister.spi中的类 类 说明 HydratedCompoundValueHandler Where to begin... :) This gets to the internal concept of 2-phase loading of entity data and how specifically it is done. -
org.hibernate.tuple.entity使用的org.hibernate.persister.spi中的类 类 说明 HydratedCompoundValueHandler Where to begin... :) This gets to the internal concept of 2-phase loading of entity data and how specifically it is done.