MCPcopy Create free account

hub / github.com/BatooOrg/BatooJPA / functions

Functions6,989 in github.com/BatooOrg/BatooJPA

↓ 2 callersMethodgetEmployees
Returns the employees of the Manager. @return the employees of the Manager @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Manager.java:100
↓ 2 callersMethodgetEntityClasses
Returns File location for the persistence classes. @return File location for the persistence classes
batoo-maven-plugin/src/main/java/org/batoo/jpa/mojo/BatooEnhancerMojo.java:197
↓ 2 callersMethodgetEntityListeners
Returns the list of entity listeners. @return the list of entity Listeners @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/Metadata.java:69
↓ 2 callersMethodgetEntityMappings
Returns the entity mappings. @return the entity mappings @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/Metadata.java:78
↓ 2 callersMethodgetErrors
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:269
↓ 2 callersMethodgetExpandedCount
Returns the number of SQL parameters when expanded. @param metamodelImpl the metamodel @return the number of SQL parameters when expanded
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/AbstractParameterExpressionImpl.java:115
↓ 2 callersMethodgetFetchRoot
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/path/MapKeyPath.java:110
↓ 2 callersMethodgetFirstName
()
community/src/test/java/org/batoo/jpa/community/test/t8/Customer.java:95
↓ 2 callersMethodgetFirstName
@return the firstName @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/derivedIdentities/e2b/Employee.java:105
↓ 2 callersMethodgetFooQuuxes
Returns the fooQuuxes. @return the fooQuuxes @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/mappedsuperclass/Foo.java:53
↓ 2 callersMethodgetForeignKey
Returns the foreign key with then name. @param name the name of the foreign key @return the foreign key or null if there is no existing fo
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcTable.java:114
↓ 2 callersMethodgetGeneratedValue
Returns the value generation definition of the id attribute. @return the value generation definition of the id attribute @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/IdAttributeMetadata.java:40
↓ 2 callersMethodgetGenerator
Returns the name of the generator of the generated value. @return the name of the generator of the generated value @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/GeneratedValueMetadata.java:38
↓ 2 callersMethodgetId
Returns the id of the E. @return the id of the E @since 2.0.0
community/src/test/java/org/batoo/jpa/community/test/t4/E2.java:80
↓ 2 callersMethodgetId
()
community/src/test/java/org/batoo/jpa/community/test/i152/Kid.java:71
↓ 2 callersMethodgetId
Returns the id. @return the id @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/eager/Person.java:116
↓ 2 callersMethodgetId
Returns the id. @return the id @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytoonetomany/Person.java:89
↓ 2 callersMethodgetId
Returns the id. @return the id @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Person.java:134
↓ 2 callersMethodgetId
Returns the id. @return the id @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytomanytomany/Customer.java:76
↓ 2 callersMethodgetId
Returns the id. @return the id @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytomany/Customer.java:103
↓ 2 callersMethodgetId
Returns the id of the managed id. @return the id @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/ManagedId.java:90
↓ 2 callersMethodgetId
Returns the id of the instance. @return the id of the instance @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/ManagedInstance.java:534
↓ 2 callersMethodgetIdFields
Returns the id fields of the table. @return the id fields of the table @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/EntityTable.java:138
↓ 2 callersMethodgetIdMap
()
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/nativequery/NativeQuery.java:109
↓ 2 callersMethodgetIndex
Returns the index of the Joinable. @return the index of the Joinable @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Joinable.java:58
↓ 2 callersMethodgetIndexes
Returns the list of indexes of the entity. @return the list of indexes of the entity @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/type/EntityMetadata.java:98
↓ 2 callersMethodgetInstance
Returns the singleton {@link ClassloaderAnnotatedClassLocator}. @return the singleton {@link ClassloaderAnnotatedClassLocator} @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/acl/ClassloaderAnnotatedClassLocator.java:55
↓ 2 callersMethodgetItemPk
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Item3.java:62
↓ 2 callersMethodgetJarFileUrls
Returns a list of URLs for the jar files or exploded jar file directories that the persistence provider must examine for managed classes of the persis
persistence-api/src/main/java/javax/persistence/spi/PersistenceUnitInfo.java:52
↓ 2 callersMethodgetJoinTable
Returns the join table of the mapping. @return the join table of the mapping @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AssociationMappingImpl.java:348
↓ 2 callersMethodgetJpqlFragment
Returns the jpql fragment of the function type. @return the jpql fragment of the function type @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/NumericFunctionType.java:61
↓ 2 callersMethodgetJpqlQuery
Returns a lazy created {@link JpqlQuery} for the query. @param qlString the JPQL query string @return the Jpql Query object @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerFactoryImpl.java:537
↓ 2 callersMethodgetKey
Returns the key. @return the key @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/ElementCollectionParent.java:141
↓ 2 callersMethodgetLastName
()
community/src/test/java/org/batoo/jpa/community/test/t8/Customer.java:103
↓ 2 callersMethodgetLastName
@return the lastName @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/derivedIdentities/e2b/Employee.java:115
↓ 2 callersMethodgetLastUsed
Returns the time query last used. @return the the time query last used @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/jpql/JpqlQuery.java:1577
↓ 2 callersMethodgetListenerType
Returns the listener type of the Callback. @return the listener type of the Callback @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/Callback.java:149
↓ 2 callersMethodgetLocalName
Returns the local name of the location. @return the local name of the location @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/orm/XmlLocator.java:97
↓ 2 callersMethodgetLocation
(AbstractLocator[] locators)
batoo-jpa/src/main/java/org/batoo/jpa/parser/MappingException.java:40
↓ 2 callersMethodgetManagedClassNames
Returns the list of the names of the classes that the persistence provider must add to its set of managed classes. Each name corresponds to a named cl
persistence-api/src/main/java/javax/persistence/spi/PersistenceUnitInfo.java:68
↓ 2 callersMethodgetMapping
Returns the abstractMapping. @return the abstractMapping @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/ListComparator.java:78
↓ 2 callersMethodgetMapping
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/JoinColumn.java:210
↓ 2 callersMethodgetMaxFetchDepth
Returns the max fetch depth for eager joins. @return the max fetch depth for eager joins @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/AssociationAttributeMetadata.java:71
↓ 2 callersMethodgetMaxFetchJoinDepth
Returns the max allowed depth for the fetch join. @return the max allowed depth for the fetch join @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AssociationMappingImpl.java:369
↓ 2 callersMethodgetMember
Returns the java member of the attribute. @return the java member of the attribute @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/AttributeMetadataImpl.java:105
↓ 2 callersMethodgetMemberType
Returns the type class of the <code>member</code>. @param member the member @return the <code>member</code>'s type as java class @since 2
batoo-jpa/src/main/java/org/batoo/common/reflect/ReflectHelper.java:334
↓ 2 callersMethodgetMyValue
Returns the myValue @return the myValue @since 2.0.1
batoo-jpa/src/test/java/org/batoo/jpa/core/test/treenode/Node.java:111
↓ 2 callersMethodgetName
Returns the name. @return the name @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/eager/Person.java:126
↓ 2 callersMethodgetName
Returns the name. @return the name @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/strategy/Person.java:104
↓ 2 callersMethodgetName
Returns the name. @return the name @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/overrides2/Customer.java:76
↓ 2 callersMethodgetName
Returns the name. @return the name @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/onetomany/Person.java:128
↓ 2 callersMethodgetName
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Item.java:71
↓ 2 callersMethodgetName
Returns the name. @return the name @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/method/Person.java:128
↓ 2 callersMethodgetName
Returns the name. @return the name @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/mapsid/Person.java:112
↓ 2 callersMethodgetName
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/AbstractColumn.java:186
↓ 2 callersMethodgetName
Returns the name of the entity. @return the name of the entity @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/model/EntityTypeDescriptor.java:78
↓ 2 callersMethodgetOther
Returns the other of the Foo1. @return the other of the Foo1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/identity/Foo.java:63
↓ 2 callersMethodgetParameterType
Return the Java type of the parameter. Values bound to the parameter must be assignable to this type. This method is required to be supported for crit
persistence-api/src/main/java/javax/persistence/Parameter.java:27
↓ 2 callersMethodgetParent
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AbstractMapping.java:173
↓ 2 callersMethodgetParent
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/AbstractJoin.java:140
↓ 2 callersMethodgetPath
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AbstractMapping.java:182
↓ 2 callersMethodgetPhones
Returns the phones of the Parent. @return the phones of the Parent @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytoonetomany/Person.java:110
↓ 2 callersMethodgetPlusfour
Returns the plusfour. @return the plusfour @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/overrides2/Zipcode.java:42
↓ 2 callersMethodgetPrimaryTableAlias
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/FetchImpl.java:148
↓ 2 callersMethodgetProperties
Returns the property descriptors for the class. @param clazz the class @return the property descriptors @since 2.0.1
batoo-jpa/src/main/java/org/batoo/common/reflect/ReflectHelper.java:351
↓ 2 callersMethodgetQuery
Returns the query. @return the query @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/NamedNativeQueryMetadata.java:47
↓ 2 callersMethodgetQuuxes
Returns the quuxes. @return the quuxes @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/mappedsuperclass/Bar.java:76
↓ 2 callersMethodgetRead
Return the custom read sql expression @return the custom read sql expression @since version
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/ColumnTransformerMetadata.java:36
↓ 2 callersMethodgetReader
Returns the reader of the PropertyDescriptor. @return the reader of the PropertyDescriptor @since 2.0.1
batoo-jpa/src/main/java/org/batoo/common/reflect/PropertyDescriptor.java:77
↓ 2 callersMethodgetResources
{@inheritDoc}
batoo-jpa/src/test/java/org/batoo/jpa/core/test/TestClassLoader.java:86
↓ 2 callersMethodgetRestriction
Return the predicate that corresponds to the where clause restriction(s), or null if no restrictions have been specified. @return where clause predic
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaModify.java:164
↓ 2 callersMethodgetResultSetMapping
Returns the resultset mapping. @return the resultset mapping @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/NamedNativeQueryMetadata.java:65
↓ 2 callersMethodgetRoot
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AbstractMapping.java:191
↓ 2 callersMethodgetRootAttribute
Returns the root attribute. @param attribute the current attribute @return the root attribute @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AbstractParentMapping.java:310
↓ 2 callersMethodgetRootPackage
()
community/src/test/java/org/batoo/jpa/community/test/BaseCoreTest.java:328
↓ 2 callersMethodgetRootPackage
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/BaseCoreTest.java:332
↓ 2 callersMethodgetRootPath
Returns the root path. @param path the current path @return the root path @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AbstractParentMapping.java:323
↓ 2 callersMethodgetSelectCriteria
Returns the select criteria. @return the select criteria @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AssociationMappingImpl.java:380
↓ 2 callersMethodgetSelection
Return the selection expression. @return the item to be returned in the subquery result
persistence-api/src/main/java/javax/persistence/criteria/Subquery.java:127
↓ 2 callersMethodgetSequenceGenerators
Returns the list of sequence generators. @return the list of sequence generators @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/Metadata.java:114
↓ 2 callersMethodgetSingleChildSql
Returns the single child SQL. @return the single child SQL @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ForeignKey.java:416
↓ 2 callersMethodgetSnapshot
Return the items that are added. @return the items that are added @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedCollection.java:200
↓ 2 callersMethodgetSqlParameters
Returns the SQL parameters of the query. @return the SQL Parameters of the query @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/BaseQuery.java:168
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/path/BasicPath.java:134
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/AggregationExpression.java:124
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/LikeExpression.java:124
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/CurrentTemporalExpression.java:109
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/CastExpression.java:101
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/ComparisonExpression.java:176
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/LocateExpression.java:114
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/DateTimeExpression.java:106
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/TrimExpression.java:124
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/CountExpression.java:111
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/NumericFunctionExpression.java:114
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/BooleanExpression.java:102
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/IsNullExpression.java:103
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/ArithmeticExression.java:142
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/SubstringExpression.java:112
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/SizeExpression.java:110
↓ 2 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/IndexExpression.java:102
← previousnext →1,001–1,100 of 6,989, ranked by callers