接口 EntityInfo
-
- 所有超级接口:
ToolingHintContainer
- 所有已知子接口:
SubEntityInfo
- 所有已知实现类:
JaxbHbmDiscriminatorSubclassEntityType,JaxbHbmEntityBaseDefinition,JaxbHbmJoinedSubclassEntityType,JaxbHbmRootEntityType,JaxbHbmSubclassEntityBaseDefinition,JaxbHbmUnionSubclassEntityType
public interface EntityInfo extends ToolingHintContainer
Common interface for all entity mappings (root entity and sub-entity mappings).- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ListgetAttributes()intgetBatchSize()StringgetEntityName()List<JaxbHbmFetchProfileType>getFetchProfile()JaxbHbmLoaderTypegetLoader()StringgetName()StringgetPersister()StringgetProxy()List<JaxbHbmNamedQueryType>getQuery()List<JaxbHbmResultSetMappingType>getResultset()JaxbHbmCustomSqlDmlTypegetSqlDelete()JaxbHbmCustomSqlDmlTypegetSqlInsert()List<JaxbHbmNamedNativeQueryType>getSqlQuery()JaxbHbmCustomSqlDmlTypegetSqlUpdate()List<JaxbHbmSynchronizeType>getSynchronize()List<JaxbHbmTuplizerType>getTuplizer()BooleanisAbstract()booleanisDynamicInsert()booleanisDynamicUpdate()BooleanisLazy()booleanisSelectBeforeUpdate()-
从接口继承的方法 org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
getToolingHints
-
-
-
-
方法详细资料
-
getName
String getName()
-
getEntityName
String getEntityName()
-
isAbstract
Boolean isAbstract()
-
isLazy
Boolean isLazy()
-
getProxy
String getProxy()
-
getBatchSize
int getBatchSize()
-
isDynamicInsert
boolean isDynamicInsert()
-
isDynamicUpdate
boolean isDynamicUpdate()
-
isSelectBeforeUpdate
boolean isSelectBeforeUpdate()
-
getTuplizer
List<JaxbHbmTuplizerType> getTuplizer()
-
getPersister
String getPersister()
-
getLoader
JaxbHbmLoaderType getLoader()
-
getSqlInsert
JaxbHbmCustomSqlDmlType getSqlInsert()
-
getSqlUpdate
JaxbHbmCustomSqlDmlType getSqlUpdate()
-
getSqlDelete
JaxbHbmCustomSqlDmlType getSqlDelete()
-
getSynchronize
List<JaxbHbmSynchronizeType> getSynchronize()
-
getFetchProfile
List<JaxbHbmFetchProfileType> getFetchProfile()
-
getResultset
List<JaxbHbmResultSetMappingType> getResultset()
-
getSqlQuery
List<JaxbHbmNamedNativeQueryType> getSqlQuery()
-
getQuery
List<JaxbHbmNamedQueryType> getQuery()
-
getAttributes
List getAttributes()
-
-